home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-18 | 381 b | 20 lines | [TEXT/CWIE] |
- //Copyright (c) 1997 Aidan Cully
- //All rights reserved
-
- #ifndef __EQUNEW_H
- #define __EQUNEW_H
-
- #include "DocContent.h"
-
- class TEquNew:
- public TDocContent
- {
- protected:
- virtual SInt8 DXDivY( int, int, unsigned char*, unsigned char* );
- virtual void DrawSelf( TDrawSlate* );
- TConic *mConic;
- public:
- TEquNew( TLayoutBranch*, MActionHandler*, Boolean, TPlane*, TConic* );
- };
-
- #endif